projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b704d54
)
Document changes in file-name-sans-extension and file-name-extension.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 22 Oct 2001 16:17:29 +0000
(16:17 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 22 Oct 2001 16:17:29 +0000
(16:17 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 96ad3597cb9a81f00088c98239fc534228ea9d84..652f8728c0213bbb524a419fb7dd63836beb2740 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-78,6
+78,11
@@
SQL buffer.
\f
* Lisp Changes in Emacs 21.2
++++
+** Functions `file-name-sans-extension' and `file-name-extension' now
+ignore the leading dots in file names, so that file names such as
+`.emacs' are treated as extensionless.
+
** Functions `user-uid' and `user-real-uid' now return floats if the
user UID doesn't fit in a Lisp integer. Function `user-full-name'
accepts a float as UID parameter.